home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 July: Mac OS SDK / Dev.CD Jul 99 SDK1.toast / Development Kits / Mac OS / Apple Shared Library Manager / ASLM Examples / Inspector / Makefile.InspectorLibs.CFront < prev    next >
Encoding:
Makefile  |  1996-11-19  |  11.8 KB  |  332 lines  |  [TEXT/MPS ]

  1. # This makefile was produced at 3:56:16 PM on Mon, Jan 30, 1995 by
  2. # MakeMake 2.0d38q1 (4/14/1992) by Rick Holzgrafe, scott douglass, Jeff Holcomb, MQ.
  3.  
  4. Sources             = :Sources:
  5. Objects                = :Objects:
  6. Built                = :Built:
  7.  
  8. "{Objects}CFront:"    ƒ "{Sources}"
  9.  
  10. .a.o    ƒ    .a
  11.     Echo "∂t∂tAssembling {Default}.a"
  12.         {Asm} {DepDir}{Default}.a -o {Targ} -lo {Targ}.lst {StdADump} {AOptions} {StdAIncludes}
  13.  
  14. .c.o    ƒ    .c
  15.     Echo "∂t∂tCompiling {Default}.c"
  16.         {C} {DepDir}{Default}.c -o {Targ} {StdCDump} {COptions} {StdCIncludes}
  17.  
  18. .cp.o    ƒ    .cp
  19.     Echo "∂t∂tCompiling {Default}.cp"
  20.         {CPlus} {DepDir}{Default}.cp -o {Targ} {StdCPDump} {CPOptions} {StdCPIncludes}
  21.  
  22. .p.o    ƒ    .p
  23.     Echo "∂t∂tCompiling {Default}.p"
  24.         {Pascal} {DepDir}{Default}.p -o {Targ} {StdPDump} {POptions} {StdPIncludes}
  25.  
  26. TARGETS = "{Objects}CFront:PrivInspector.o" ∂
  27.     "{Objects}CFront:InspectorLibrary.RSRC" ∂
  28.     "{Built}CFront:InspectorLibrary" ∂
  29.      ∂
  30.     "{Objects}CFront:WindowStackerLibrary.RSRC" ∂
  31.     "{Built}CFront:WindowStackerLibrary"
  32.  
  33. DOT_H = "{Sources}Inspector.h" ∂
  34.     "{Sources}Application.h" ∂
  35.     "{Sources}WindowStacker.h" ∂
  36.     "{Sources}InspectorCommon.h" ∂
  37.     "{Sources}RegisteredObjectsWindow.h" ∂
  38.     "{Sources}Document.h" ∂
  39.     "{Sources}List.h" ∂
  40.     "{Sources}SimpleCommon.h" ∂
  41.     "{Sources}ApplicationCommon.h" ∂
  42.     "{Sources}TrapAvailable.cp"
  43.  
  44. DOT_R = "{Sources}InspectorLibrary.r" ∂
  45.     "{Sources}WindowStackerLibrary.r"
  46.  
  47. SRCS = "{Sources}Inspector.cp" ∂
  48.     "{Sources}RegisteredObjectsWindow.cp" ∂
  49.     "{Sources}List.cp" ∂
  50.     "{Sources}Application.cp" ∂
  51.     "{Sources}Document.cp" ∂
  52.     "{Sources}WindowStacker.cp"
  53.  
  54. # For "{Objects}CFront:PrivInspector.o"
  55. OBJS_00 = "{Objects}CFront:Inspector.cp.o" ∂
  56.     "{Objects}CFront:RegisteredObjectsWindow.cp.o" ∂
  57.     "{Objects}CFront:List.cp.o" ∂
  58.     "{Objects}CFront:Application.cp.o" ∂
  59.     "{Objects}CFront:Document.cp.o"
  60.  
  61. # For "{Objects}CFront:InspectorLibrary.RSRC"
  62. LIBS_01 = "{Objects}CFront:PrivInspector.o" ∂
  63.     "{SLMLibraries}CFrontLibraries:LibraryManager.o"
  64.  
  65. # For "{Objects}CFront:WindowStackerLibrary.RSRC"
  66. LIBS_04 = "{Objects}CFront:WindowStacker.cp.o" ∂
  67.     "{SLMLibraries}CFrontLibraries:LibraryManager.o"
  68.  
  69. # For "{Built}CFront:InspectorLibrary"
  70. RES_02 = "{Sources}InspectorLibrary.r"
  71.  
  72. # For "{Built}CFront:WindowStackerLibrary"
  73. RES_05 = "{Sources}WindowStackerLibrary.r"
  74.  
  75. # For "{Objects}CFront:InspectorLibrary.RSRC"
  76. EXDEPS_01 = "{Sources}InspectorLibrary.exp" ∂
  77.     "{Objects}CFront:WindowStackerLibrary.RSRC"
  78.  
  79. # For "{Objects}CFront:WindowStackerLibrary.RSRC"
  80. EXDEPS_04 = "{Sources}WindowStacker.cp" ∂
  81.     "{Sources}WindowStackerLibrary.exp"
  82.  
  83. StdAIncludes =   -i "{AIncludes}"
  84. StdCIncludes =   -i "{CIncludes}" -i "{SLMInterfaces}CIncludes:"
  85. StdCPIncludes =  -i "{CIncludes}" -i "{SLMInterfaces}CIncludes:"
  86. StdPIncludes = 
  87. StdADump     = 
  88. StdCDump     = 
  89. StdPDump     = 
  90. StdCPDump    =  
  91. LIB          = Lib -mf {SymbolOption}
  92. LINK         = Link -mf {SymbolOption} -model far
  93. REZ          = Rez -d GENERATING68K=1 -d GENERATINGPOWERPC=0
  94. Asm          = Asm
  95. C            = C
  96. CPlus        = CPlus
  97. COUNT        = Count
  98. COUNTOPTS    = 
  99. CTAGS        = Ctags
  100. CTAGSOPTS    = -p -local -update
  101. DELETE       = Delete
  102. DELETEOPTS   = -i
  103. FILES        = Files
  104. FILESOPTS    = -l
  105. LIBOPTS      = 
  106. LINKOPTS     = 
  107. MAKEFILE     = Makefile
  108. PRINT        = Print
  109. PRINTOPTS    = 
  110. SETFILE      = SetFile
  111. SETFILEOPTS  = -t 'MPST' -c 'MPS '
  112.  
  113. AOptions = {MyPreAOptions}  -model far -case on -D SC=0,MACSBUG=1,qDebug=1,MODEL=1,EMULATED=0 {MyAOptions}
  114.  
  115. COptions = {MyPreCOptions}   -model far -opt off -sym on,nolines -mf -b2 -r {SymbolOption} {MyCOptions}
  116.  
  117. POptions = {MyPrePOptions}  {SymbolOption} {MyPOptions}
  118.  
  119. ROptions = {MyPreROptions}  {SymbolOption} {MyROptions}
  120.  
  121. CPOptions = {MyPreCPlusOptions}  -model far -opt off -sym on,nolines -mf -b2 -w1 -z15 -z17 {SymbolOption} {MyCPlusOptions}
  122.  
  123. CNOptions = {MyPreCOptions}   -model near -opt off -sym on,nolines -mf -b2 -r {SymbolOption} {MyCOptions}
  124.  
  125. CPNOptions = {MyPreCPlusOptions}  -model near -opt off -sym on,nolines -mf -b2 -w1 -z15 -z17 {SymbolOption} {MyCPlusOptions}
  126.  
  127. ANOptions = {MyPreAOptions}  -model near  -case on -D SC=0,MACSBUG=1,qDebug=1,MODEL=0,EMULATED=0 {MyAOptions}
  128.  
  129. all    ƒ {TARGETS}
  130.  
  131. "{Objects}CFront:PrivInspector.o"    ƒ {OBJS_00}
  132.     If {Progress}; Echo "∂t∂tCreating Library {Targ}"; End
  133.     {LIB} {LIBOPTS} -o {Targ} {OBJS_00}
  134.  
  135. "{Objects}CFront:InspectorLibrary.RSRC"    ƒ {LIBS_01} {EXDEPS_01}
  136.     BuildSharedLibrary -cfront -macsbug  "{Objects}CFront:PrivInspector.o" ∂
  137.         {SymbolOption} ∂
  138.         -symfile "{Built}CFront:InspectorLibrary.SYM" ∂
  139.         -keepClientFiles ∂
  140.         -restype cd01 -resid 1 ∂
  141.         -logout "{Objects}CFront:InspectorLibrary.log" ∂
  142.         -far "{Objects}CFront:InspectorLibrary.cl.o" ∂
  143.         -lib "{Objects}CFront:InspectorLibrary.RSRC" ∂
  144.         -obj "{Objects}CFront:InspectorLibrary" ∂
  145.         -exp "{Sources}InspectorLibrary.exp" ∂
  146.         -i "{Sources}" ∂
  147.         -i "{SLMInterfaces}CIncludes:" ∂
  148.          ∂
  149.         -link ∂
  150.         "{Objects}CFront:WindowStackerLibrary.cl.o" ∂
  151.         "{SLMLibraries}CFrontLibraries:"LibraryManager.o ∂
  152.         "{Libraries}"Runtime.o ∂
  153.         "{Libraries}"Interface.o ∂
  154.         "{CLibraries}"StdCLib.o ∂
  155.          
  156.  
  157. "{Built}CFront:InspectorLibrary"    ƒƒ {RES_02} ∂
  158.         "{RIncludes}SysTypes.r" "{RIncludes}Types.r" ∂
  159.         "{Sources}Application.r" ∂
  160.         "{Sources}ApplicationCommon.h" ∂
  161.         "{Sources}Inspector.r" ∂
  162.         "{Sources}InspectorCommon.h" ∂
  163.         "{Objects}CFront:InspectorLibrary.RSRC" ∂
  164.         "{SLMInterfaces}RIncludes:VersionResource.r"
  165.     If {Progress}; Echo "∂t∂tRezzing {Targ}"; End
  166.     {REZ} -t libr -c OMGR -s "{Objects}CFront:" -i "{RIncludes}" ∂
  167.         -i "{SLMInterfaces}RIncludes:" ∂
  168.         -i "{Objects}CFront:" ∂
  169.          -o {Targ} ∂
  170.         {RES_02}
  171.  
  172. "{Built}CFront:InspectorLibrary"    ƒƒ {RES_02} ∂
  173.         "{RIncludes}SysTypes.r" "{RIncludes}Types.r" ∂
  174.         "{Sources}Application.r" ∂
  175.         "{Sources}ApplicationCommon.h" ∂
  176.         "{Sources}Inspector.r" ∂
  177.         "{Sources}InspectorCommon.h" ∂
  178.         "{Objects}CFront:InspectorLibrary.RSRC" ∂
  179.         "{SLMInterfaces}RIncludes:VersionResource.r"
  180.     {SETFILE} -a ib {Targ}
  181.  
  182. "{Objects}CFront:WindowStackerLibrary.RSRC"    ƒ {LIBS_04} ∂
  183.         {EXDEPS_04}
  184.     BuildSharedLibrary -cfront -macsbug  "{Objects}CFront:WindowStacker.cp.o" ∂
  185.         {SymbolOption} ∂
  186.         -symfile "{Built}CFront:WindowStackerLibrary.SYM" ∂
  187.         -keepClientFiles ∂
  188.         -logout "{Objects}CFront:WindowStackerLibrary.log" ∂
  189.         -restype cd02 -resid 2 ∂
  190.         -far "{Objects}CFront:WindowStackerLibrary.cl.o" ∂
  191.         -lib "{Objects}CFront:WindowStackerLibrary.RSRC" ∂
  192.         -obj "{Objects}CFront:WindowStackerLibrary" ∂
  193.         -exp "{Sources}WindowStackerLibrary.exp" ∂
  194.         -i "{Sources}" ∂
  195.         -i "{SLMInterfaces}CIncludes:" ∂
  196.          ∂
  197.         "{SLMLibraries}CFrontLibraries:"LibraryManager.o ∂
  198.         "{Libraries}"Runtime.o ∂
  199.         
  200.  
  201. "{Built}CFront:WindowStackerLibrary"    ƒƒ {RES_05} ∂
  202.         "{Objects}CFront:WindowStackerLibrary.RSRC" ∂
  203.         "{SLMInterfaces}RIncludes:VersionResource.r" ∂
  204.         "{RIncludes}SysTypes.r"
  205.     If {Progress}; Echo "∂t∂tRezzing {Targ}"; End
  206.     {REZ} -t libr -c OMGR -s "{Objects}CFront:" -i "{RIncludes}" ∂
  207.         -i "{SLMInterfaces}RIncludes:" ∂
  208.         -i "{Objects}CFront:" ∂
  209.          -o {Targ} ∂
  210.         {RES_05}
  211.  
  212. "{Built}CFront:WindowStackerLibrary"    ƒƒ {RES_05} ∂
  213.         "{Objects}CFront:WindowStackerLibrary.RSRC" ∂
  214.         "{SLMInterfaces}RIncludes:VersionResource.r" ∂
  215.         "{RIncludes}SysTypes.r"
  216.     {SETFILE} -a ib {Targ}
  217.  
  218. clean    ƒ
  219.     {DELETE} {DELETEOPTS} {OBJS_00} {OBJS_03}
  220.  
  221. clobber    ƒ clean
  222.     {DELETE} {DELETEOPTS} {TARGETS}
  223.  
  224. count    ƒ
  225.     {COUNT} {COUNTOPTS} {DOT_H} {DOT_R} {SRCS}
  226.  
  227. files    ƒ
  228.     {FILES} {FILESOPTS} {TARGETS} {MAKEFILE} {DOT_H} {DOT_R} {SRCS} {OBJS_00} ∂
  229.         {OBJS_03}
  230.  
  231. print    ƒ
  232.     {PRINT} {PRINTOPTS} {MAKEFILE} {DOT_H} {DOT_R} {SRCS}
  233.  
  234. tags    ƒ {DOT_H} {SRCS}
  235.     {CTAGS} {CTAGSOPTS} {C_INCDIRS} {NewerDeps}
  236.  
  237. "{Objects}CFront:Inspector.cp.o" ƒ ∂
  238.         "{CIncludes}Menus.h" "{CIncludes}Quickdraw.h" "{CIncludes}Types.h" ∂
  239.         "{CIncludes}ConditionalMacros.h" "{CIncludes}MixedMode.h" ∂
  240.         "{CIncludes}Traps.h" "{CIncludes}QuickdrawText.h" ∂
  241.         "{CIncludes}IntlResources.h" "{CIncludes}Desk.h" "{CIncludes}Events.h" ∂
  242.         "{CIncludes}OSUtils.h" "{CIncludes}Windows.h" "{CIncludes}Controls.h" ∂
  243.         "{CIncludes}Dialogs.h" "{CIncludes}TextEdit.h" "{CIncludes}Memory.h" ∂
  244.         "{CIncludes}Resources.h" "{CIncludes}Files.h" "{CIncludes}SegLoad.h" ∂
  245.         "{CIncludes}StandardFile.h" "{CIncludes}Folders.h" "{CIncludes}LowMem.h" ∂
  246.         "{CIncludes}Fonts.h" "{CIncludes}Errors.h" ∂
  247.         "{SLMInterfaces}CIncludes:TestTool.h" ∂
  248.         "{SLMInterfaces}CIncludes:LibraryManagerClasses.h" ∂
  249.         "{SLMInterfaces}CIncludes:LibraryManager.h" ∂
  250.         "{CIncludes}stddef.h" "{CIncludes}string.h" ∂
  251.         "{Sources}Inspector.h" ∂
  252.         "{Sources}Application.h" ∂
  253.         "{Sources}WindowStacker.h" ∂
  254.         "{Sources}InspectorCommon.h" ∂
  255.         "{Sources}RegisteredObjectsWindow.h" ∂
  256.         "{Sources}Document.h" ∂
  257.         "{SLMInterfaces}CIncludes:LibraryManagerUtilities.h" ∂
  258.         "{CIncludes}Strings.h"
  259.  
  260. "{Objects}CFront:RegisteredObjectsWindow.cp.o" ƒ ∂
  261.         "{CIncludes}Windows.h" "{CIncludes}Quickdraw.h" "{CIncludes}Types.h" ∂
  262.         "{CIncludes}ConditionalMacros.h" "{CIncludes}MixedMode.h" ∂
  263.         "{CIncludes}Traps.h" "{CIncludes}QuickdrawText.h" ∂
  264.         "{CIncludes}IntlResources.h" "{CIncludes}Events.h" ∂
  265.         "{CIncludes}OSUtils.h" "{CIncludes}Controls.h" "{CIncludes}Menus.h" ∂
  266.         "{CIncludes}Desk.h" "{CIncludes}ToolUtils.h" "{CIncludes}TextUtils.h" ∂
  267.         "{CIncludes}Script.h" "{CIncludes}FixMath.h" "{CIncludes}Fonts.h" ∂
  268.         "{CIncludes}string.h" "{CIncludes}Resources.h" "{CIncludes}Files.h" ∂
  269.         "{CIncludes}SegLoad.h" "{CIncludes}Strings.h" ∂
  270.         "{Sources}RegisteredObjectsWindow.h" ∂
  271.         "{Sources}Document.h" ∂
  272.         "{SLMInterfaces}CIncludes:LibraryManagerClasses.h" ∂
  273.         "{SLMInterfaces}CIncludes:LibraryManager.h" ∂
  274.         "{CIncludes}stddef.h" ∂
  275.         ""{Sources}"RegisteredObjects.h" ∂
  276.         "{Sources}Inspector.h" ∂
  277.         "{Sources}Application.h" ∂
  278.         "{Sources}List.h" "{CIncludes}Lists.h" ∂
  279.         "{CIncludes}Memory.h"
  280.  
  281. "{Objects}CFront:List.cp.o" ƒ ∂
  282.         "{Sources}List.h" "{CIncludes}Lists.h" ∂
  283.         "{CIncludes}Types.h" "{CIncludes}ConditionalMacros.h" ∂
  284.         "{CIncludes}MixedMode.h" "{CIncludes}Traps.h" "{CIncludes}Controls.h" ∂
  285.         "{CIncludes}Quickdraw.h" "{CIncludes}QuickdrawText.h" ∂
  286.         "{CIncludes}IntlResources.h" "{CIncludes}Menus.h" "{CIncludes}Desk.h" ∂
  287.         "{CIncludes}Events.h" "{CIncludes}OSUtils.h" "{CIncludes}Memory.h" ∂
  288.         "{SLMInterfaces}CIncludes:LibraryManager.h" ∂
  289.         "{CIncludes}stddef.h" "{CIncludes}string.h"
  290.  
  291. "{Objects}CFront:Application.cp.o" ƒ ∂
  292.         "{CIncludes}Types.h" "{CIncludes}ConditionalMacros.h" ∂
  293.         "{CIncludes}MixedMode.h" "{CIncludes}Traps.h" "{CIncludes}Quickdraw.h" ∂
  294.         "{CIncludes}QuickdrawText.h" "{CIncludes}IntlResources.h" ∂
  295.         "{CIncludes}Fonts.h" "{CIncludes}Events.h" "{CIncludes}OSUtils.h" ∂
  296.         "{CIncludes}Windows.h" "{CIncludes}Controls.h" "{CIncludes}Menus.h" ∂
  297.         "{CIncludes}Desk.h" "{CIncludes}Dialogs.h" "{CIncludes}TextEdit.h" ∂
  298.         "{CIncludes}ToolUtils.h" "{CIncludes}TextUtils.h" "{CIncludes}Script.h" ∂
  299.         "{CIncludes}FixMath.h" "{CIncludes}Memory.h" "{CIncludes}SegLoad.h" ∂
  300.         "{Sources}Application.h" ∂
  301.         "{SLMInterfaces}CIncludes:LibraryManager.h" ∂
  302.         "{CIncludes}stddef.h" "{CIncludes}string.h" ∂
  303.         "{Sources}SimpleCommon.h" ∂
  304.         "{Sources}ApplicationCommon.h" ∂
  305.         "{Sources}Document.h" ∂
  306.         "{SLMInterfaces}CIncludes:LibraryManagerClasses.h" ∂
  307.         "{Sources}TrapAvailable.cp"
  308.  
  309. "{Objects}CFront:Document.cp.o" ƒ ∂
  310.         "{CIncludes}Windows.h" "{CIncludes}Quickdraw.h" "{CIncludes}Types.h" ∂
  311.         "{CIncludes}ConditionalMacros.h" "{CIncludes}MixedMode.h" ∂
  312.         "{CIncludes}Traps.h" "{CIncludes}QuickdrawText.h" ∂
  313.         "{CIncludes}IntlResources.h" "{CIncludes}Events.h" ∂
  314.         "{CIncludes}OSUtils.h" "{CIncludes}Controls.h" "{CIncludes}Menus.h" ∂
  315.         "{CIncludes}Desk.h" "{Sources}Document.h" ∂
  316.         "{SLMInterfaces}CIncludes:LibraryManagerClasses.h" ∂
  317.         "{SLMInterfaces}CIncludes:LibraryManager.h" ∂
  318.         "{CIncludes}stddef.h" "{CIncludes}string.h"
  319.  
  320. "{Objects}CFront:WindowStacker.cp.o" ƒ ∂
  321.         "{CIncludes}Windows.h" "{CIncludes}Quickdraw.h" "{CIncludes}Types.h" ∂
  322.         "{CIncludes}ConditionalMacros.h" "{CIncludes}MixedMode.h" ∂
  323.         "{CIncludes}Traps.h" "{CIncludes}QuickdrawText.h" ∂
  324.         "{CIncludes}IntlResources.h" "{CIncludes}Events.h" ∂
  325.         "{CIncludes}OSUtils.h" "{CIncludes}Controls.h" "{CIncludes}Menus.h" ∂
  326.         "{CIncludes}Desk.h" "{Sources}WindowStacker.h" ∂
  327.         "{SLMInterfaces}CIncludes:LibraryManager.h" ∂
  328.         "{CIncludes}stddef.h" "{CIncludes}string.h" ∂
  329.         "{Sources}RegisteredObjectsWindow.h" ∂
  330.         "{Sources}Document.h" ∂
  331.         "{SLMInterfaces}CIncludes:LibraryManagerClasses.h"
  332.